projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
599431a
)
(Man-mode-map): Delete `toggle-truncate-lines' binding.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Jan 1996 17:03:24 +0000
(17:03 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 2 Jan 1996 17:03:24 +0000
(17:03 +0000)
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 4a3afd45d73e989d143d1f826e7624159f4c569f..4bbc054a9361f74fb69209ba03bd997cfdf40e50 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-290,7
+290,6
@@
This regular expression should start with a `^' character.")
(define-key Man-mode-map "<" 'beginning-of-buffer)
(define-key Man-mode-map "." 'beginning-of-buffer)
(define-key Man-mode-map "r" 'Man-follow-manual-reference)
- (define-key Man-mode-map "t" 'toggle-truncate-lines)
(define-key Man-mode-map "g" 'Man-goto-section)
(define-key Man-mode-map "s" 'Man-goto-see-also-section)
(define-key Man-mode-map "k" 'Man-kill)